home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 1347 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: cnn.nas.nasa.gov!news
  2. From: uselton@wk309.nas.nasa.gov (Samuel P. Uselton)
  3. Newsgroups: comp.graphics.algorithms,comp.os.ms-windows.programmer.graphics,comp.sys.amiga.graphics
  4. Subject: Re: 3d programming
  5. Followup-To: comp.graphics.algorithms
  6. Date: 23 Feb 1996 10:45:02 -0800
  7. Organization: MRJ at NASA Ames
  8. Sender: uselton@wk309.nas.nasa.gov
  9. Message-ID: <x4opwb5c24x.fsf@wk309.nas.nasa.gov>
  10. References: <4g63cj$p42@news.sdsmt.edu>
  11. Reply-To: uselton@nas.nasa.gov
  12. NNTP-Posting-Host: wk309.nas.nasa.gov
  13. In-reply-to: kbs3387@silver.sdsmt.edu's message of 18 Feb 1996 02:37:07 GMT
  14. X-Newsreader: Gnus v5.1
  15.  
  16.  
  17.  
  18.  
  19. OK.  
  20.  
  21. A point specifies a location, in a space of any dimension.  It has no
  22. magnitude (= size, or "dimensions" in an engineering or architectural
  23. sense).  It is generally represented by one number for each axis in
  24. a Cartesian coordinate system.
  25.  
  26. A vector specifies a magnitude and direction, in a space of any
  27. dimension.  It is often represented by a point which would be reached
  28. by moving from the origin in the direction and by the amount of the
  29. magnitude of the vector.  It can also be represented as a magnitude
  30. and however many angles are required for the dimensionality of the
  31. space (1 angle in 2D, 2 angles in 3D, etc).
  32.  
  33. It is important to remember that the vector is not inherently
  34. associated with any particular point.  In computer graphics, when
  35. transforming an object (like a polygon) the vectors (like surface
  36. normals) transform differently because translation is irrelevant,
  37. although rotate and scale are not.
  38.  
  39.  
  40. What was the question?  :-)
  41.  
  42. Sam Uselton        uselton@nas.nasa.gov        
  43. employed by MRJ        working for NASA (Ames)     sepaking for myself
  44.